EXPRESSION VAR EXIST
Use this function to determine if a variable was previously added to the Expression Evaluator.

ARGUMENTS:
* Variable Name = a string that contains the name of the variable

RETURNS:
Returns a 1 if the variable exists, otherwise 0.


SYNTAX
Return Integer=EXPRESSION VAR EXIST(Variable Name)


RELATED INFO
View Number Operations Index
View STYX Index
View STYX Main File